home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / extraurb / mi055.dir / 00052_Script_52 < prev    next >
Text File  |  1983-01-31  |  361b  |  18 lines

  1. on exitFrame
  2.   global gr
  3.   if gr=false then
  4.     att_hilite 289,294,263,6,50,159
  5.     at_hil 211,5,42
  6.     
  7.     if  the mousecast = 301 then
  8.       set the castnum of sprite 36 to 302
  9.     end if
  10.     
  11.     if the mousecast   = 159 or the mousecast = 29 then
  12.       set the castnum of sprite 36 to 301
  13.     end if 
  14.     
  15.   end if
  16.   
  17.   go to the frame
  18. end